GET /Resource/ImageThumbnailFile/{id}/

Gets the thumbnail for the specified image as a file.
 

Request

Method Request URI
GET /API/Resource/ImageThumbnailFile/{id}/?maxWidth=value&maxHeight=value&sessionId=value

URI Parameters

URI Parameter Description
maxWidth The maximum width, if any.
maxHeight The maximum height, if any.
sessionId The ID of the session.

Path Parameters

Path Parameter Description
id The ID of the image resource.

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating success and the file, or a failure reason.